home *** CD-ROM | disk | FTP | other *** search
- object frmCheckout: TfrmCheckout
- Left = 695
- Top = 313
- BorderStyle = bsDialog
- Caption = 'frmCheckout'
- ClientHeight = 162
- ClientWidth = 343
- Color = clBtnFace
- Constraints.MinHeight = 194
- Constraints.MinWidth = 291
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- Scaled = False
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object lFolder: TLabel
- Left = 8
- Top = 68
- Width = 31
- Height = 13
- Caption = 'lFolder'
- end
- object lGroupName: TLabel
- Left = 8
- Top = 93
- Width = 59
- Height = 13
- Caption = 'lGroupName'
- end
- object lIconCount: TLabel
- Left = 8
- Top = 118
- Width = 51
- Height = 13
- Caption = 'lIconCount'
- end
- object lDescription: TLabel
- Left = 8
- Top = 8
- Width = 241
- Height = 41
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption = 'lDescription'
- WordWrap = True
- end
- object cbOnlyApps: TCheckBox
- Left = 8
- Top = 142
- Width = 328
- Height = 17
- Anchors = [akLeft, akRight, akBottom]
- Caption = 'cbOnlyApps'
- Checked = True
- Ctl3D = True
- ParentCtl3D = False
- State = cbChecked
- TabOrder = 6
- end
- object btnOk: TButton
- Left = 263
- Top = 8
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Caption = 'btnOk'
- Default = True
- TabOrder = 0
- OnClick = btnOkClick
- end
- object btnCancel: TButton
- Left = 263
- Top = 40
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Cancel = True
- Caption = 'btnCancel'
- TabOrder = 1
- OnClick = btnCancelClick
- end
- object btnGetSource: TButton
- Left = 231
- Top = 66
- Width = 25
- Height = 18
- Anchors = [akTop, akRight]
- Caption = '...'
- TabOrder = 5
- OnClick = btnGetSourceClick
- end
- object oeTargetFolder: TEdit
- Left = 72
- Top = 64
- Width = 152
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 2
- end
- object oeGroupName: TEdit
- Left = 72
- Top = 90
- Width = 152
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 3
- end
- object oeIconCount: TEdit
- Left = 136
- Top = 114
- Width = 88
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 4
- Text = '40'
- end
- end
-